ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableKeyValuePair<TKey,TValue> Class / OnPropertyChanged Method

In This Topic
    OnPropertyChanged Method (ObservableKeyValuePair<TKey,TValue>)
    In This Topic
    Fires the PropertyChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPropertyChanged( _
       ByVal name As System.String _
    ) 
    protected virtual void OnPropertyChanged( 
       System.string name
    )

    Parameters

    name
    See Also